pciutils: update to 3.14.0
authorJohn Audia <[email protected]>
Tue, 24 Jun 2025 16:24:38 +0000 (12:24 -0400)
committerJosef Schlehofer <[email protected]>
Fri, 18 Jul 2025 09:22:22 +0000 (11:22 +0200)
Removed upstreamed: 110-gcc14.patch

Changelog: https://github.com/pciutils/pciutils/commit/6f6d842ea8e134ffdace3fcddaf49635b2e6048b

% lspci  --version
lspci version 3.14.0

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia <[email protected]>
(cherry picked from commit 011acd9ec0fe4ebb9ece5cb359c6688fe0defd83)

utils/pciutils/Makefile
utils/pciutils/patches/110-gcc14.patch [deleted file]

index 7a86c6ad9943447b8414d84aae17ec68c5cf5e16..2646c65da40e574a3e074beb6cc629208207249c 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pciutils
-PKG_VERSION:=3.12.0
-PKG_RELEASE:=2
+PKG_VERSION:=3.14.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils
-PKG_HASH:=f185d116d5ff99b797497efce8f19f1ee8ccc5a668b97a159e3d13472f674154
+PKG_HASH:=e7713409882813991d2269d125e40dad1f54a019a52b78b3962941c1d4a6f86f
 
 PKG_MAINTAINER:=Lucian Cristian <[email protected]>
 PKG_LICENSE:=GPL-2.0
diff --git a/utils/pciutils/patches/110-gcc14.patch b/utils/pciutils/patches/110-gcc14.patch
deleted file mode 100644 (file)
index 98aec76..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/lib/sysfs.c
-+++ b/lib/sysfs.c
-@@ -20,6 +20,7 @@
- #include <dirent.h>
- #include <fcntl.h>
- #include <sys/types.h>
-+#include <libgen.h>
- #include "internal.h"